home *** CD-ROM | disk | FTP | other *** search
- Path: sota.tiac.net!user
- From: sota@tiac.net (Dave Rosenblatt)
- Newsgroups: comp.lang.c++
- Subject: Looking for C++ Project Suggestions
- Date: Wed, 21 Feb 1996 00:35:01 -0500
- Organization: State of the Arts
- Message-ID: <sota-2102960035010001@sota.tiac.net>
- NNTP-Posting-Host: sota.tiac.net
- X-Newsreader: Value-Added NewsWatcher 2.0b24.0+
-
- I have to come up with an idea for a project for a C++ class and would
- like suggestions. Right now I'm considering two possibilities:
-
- 1. A logic design "construction kit", allowing the user to design logic
- circuits of any complexity out of basic gates -- AND, OR, inverters,
- etc. It should be possible to combine gates to synthesize devices at
- higher integration levels, and then use those devices as discrete
- objects. Simulations could be run on user-constructed "circuits", with
- various classes used to simulate inputs and outputs.
-
- 2. Some kind of system that could simulate the behavior of say, animals,
- humans, etc., in some simplified form, given different initial
- conditions. Each organism would be represented by an individual object,
- which would interact with other objects. (Is this what's known as
- "automata"?)
-
- In addition to your own suggestions, can anyone refer me to where I could
- obtain more information about how to approach the above two problems?
-
- TIA,
-
- Dave
-
- --
- ==============================================================
- | Dave Rosenblatt | (617) 266-6488 |
- | State of the Arts | Fax: (617) 247-6783 |
- | 95 Gainsborough Street | sota@tiac.net |
- | Boston, MA 02115 | |
- ==============================================================
-